.dk_container {
    font-size: 14px;
}

.dk_container:focus {
    outline: 0
}

.dk_container[disabled] {
    opacity: .4
}

.dk_container a {
    cursor: pointer;
    text-decoration: none
}

.dk_container[disabled] a {
    cursor: not-allowed
}

.dk_toggle,
.dk_toggle2 {
    background: #c82445;
    border: 1px solid #950b27;
    color: #ffffff;
    padding: 10px 45px 10px 10px;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dk_toggle:hover,
.dk_toggle:focus {
    /* border-color: #8c8c8c */
}

.dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #c82445;
}

.dk_focus .dk_toggle,
.dk_focus .dk_toggle2 {
    /* border-color: #40b5e2; */

}

.dk_open {

    z-index: 10
}

.dk_open .dk_toggle {
    background-color: #eeeeee;
    border-color: #950b27;
    color: #950b27 !important;

}

.dk_open .dk_toggle:after {
    /* border-color: #950b27; */
    border-top: 5px solid #950b27;
}

.dk_open_top .dk_toggle {}

.dk_open_top .dk_options,
.dk_open_top .dk_options_inner {}

.dk_options {
    background: #fefefe;
}

.dk_options a {
    background-color: #eeeeee;
    border-bottom: 1px solid #950b27;
    padding: 12px 10px;
    color: #999999;
}

.dk_options_inner li:last-child .dk_options {
    border: none;
}

.dk_options a:hover,
.dk_options:focus,
.dk_options .dk_option_current a {
    background-color: #c82445;
    color: #fff;
    text-decoration: none;
}

.dk_options li:last-child a {
    border-bottom: 0
}

.dk_options .disabled {
    cursor: default
}

.dk_options .disabled a,
.dk_options .dk_optgroup.disabled>span {
    color: #aaa
}

.dk_options .disabled:hover a,
.dk_options .disabled:focus a {
    cursor: default;
    background-color: #fff;
    border-bottom-color: #999;
    text-shadow: none
}

.dk_options .dk_optgroup {
    padding-left: 5px;
    background: #ddd
}

.dk_options .dk_optgroup>span {
    display: block;
    padding: 5px 10px 5px 5px;
    font-style: italic;
    color: #444;
    background: #ddd;
    border-bottom:
}

.dk_options .dk_optgroup.disabled,
.dk_options .dk_optgroup.disabled>span {
    background: #eee
}

.dk_options_inner {
    max-height: 250px;
    border: 1px solid #950b27;
    border-bottom-width: 1px;
    border-bottom-color: #950b27;
    color: #333;

}

.dk_container {
    display: none;
    float: left
}

.dk_container a {
    outline: 0
}

.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
    background: #f5f5f5;
    color: #c82445;
}

.dk_toggle2 {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1
}

.dk_open {
    position: relative
}

.dk_open .dk_options {
    display: block
}

.dk_open .dk_label {
    color: inherit
}

.dk_options {
    display: none;
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: 100%
}

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
    display: block
}

.dk_options_inner {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.dk_container select {
    position: absolute;
    visibility: hidden
}

.dk_mobile {
    position: relative
}

.dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.dk_wrap {
    position: relative;
    display: inline-block;
    min-width: 173px;
    float: left;
    margin-right: 10px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    overflow: hidden;
    border: 1px solid #ccc;

    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s
}

.dk_wrap:after {
    position: absolute;
    display: block;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4b4b4b;
    pointer-events: none
}

.dk_wrap select {
    position: relative;
    display: block;
    width: 110%;
    min-height: 32px;
    padding: 6px 49px 6px 6px;
    border: 0;
    font-family: helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #333;
    text-indent: .01px;
    text-overflow: '';
    text-shadow: #fff 1px 1px 0;
    background: 0 0;
    background: transparent;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.dk_wrap select:focus {
    text-shadow: none
}

.dk_wrap select::-ms-expand {
    display: none
}

@-moz-document url-prefix() {
    .dk_wrap select {
        padding: 7px 49px 5px 6px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .dk_wrap select {
        padding: 6px 47px 6px 8px
    }
}

_:-o-prefocus,
body:last-child .dk_wrap select {
    padding: 7px 45px 5px 10px
}